Release 10.1A: OpenEdge Data Management:
SQL Reference
INITCAP
Returns the result of the argument character expression after converting the first character to uppercase and the subsequent characters to lowercase.
Syntax
Example
The following example shows how to use the
INITCAPfunction:
Notes
- The
char_expressionmust be of typeCHARACTER.- The result is of type
CHARACTER.- If the argument expression evaluates to
NULL, the result isNULL.- A
char_expressionand the result can contain multi-byte characters. The uppercase conversion for the first character and the lowercase conversion for the rest of the characters is based on the case table in theconvmapfile. The default case table isBASIC.Compatibility
Progress extension
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |